ExtInt
 
 
 Bean ExtInt
 
External interrupt

Typical usage of the bean in user's code.

Typical Usage:

Required bean name is "EInt1".

(1)
One of the easiest typical usage of this bean is a counter of external occurrences implemented in the event.

 EVENTS.C

unsigned int event_cntr=0;
void EInt1_OnInterrupt(void)
{
  ++event_cntr;   /* increment event counter */
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.